'Declaration
<DispIdAttribute(10)> Function GetBlockType( _ ByVal SegmentationResultID As String, _ ByVal BlockIdx As Integer _ ) As OCRBlockType
[DispId(10)] OCRBlockType GetBlockType( string SegmentationResultID, int BlockIdx )
function GetBlockType( SegmentationResultID: String; BlockIdx: Integer ): OCRBlockType;
DispIdAttribute(10) function GetBlockType( SegmentationResultID : String, BlockIdx : int ) : OCRBlockType;
[DispId(10)] OCRBlockType GetBlockType( string* SegmentationResultID, int BlockIdx )
[DispId(10)] OCRBlockType GetBlockType( String^ SegmentationResultID, int BlockIdx )
Parameters
- SegmentationResultID
- BlockIdx